3.2.36 \(\int \sqrt {2+4 x^2} \sqrt {3+6 x^2} \, dx\)

Optimal. Leaf size=20 \[ 2 \sqrt {\frac {2}{3}} x^3+\sqrt {6} x \]

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 20, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 1, integrand size = 23, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.043, Rules used = {22} \begin {gather*} 2 \sqrt {\frac {2}{3}} x^3+\sqrt {6} x \end {gather*}

Antiderivative was successfully verified.

[In]

Int[Sqrt[2 + 4*x^2]*Sqrt[3 + 6*x^2],x]

[Out]

Sqrt[6]*x + 2*Sqrt[2/3]*x^3

Rule 22

Int[(u_.)*((a_) + (b_.)*(v_))^(m_)*((c_) + (d_.)*(v_))^(n_), x_Symbol] :> Dist[(b/d)^m, Int[u*(c + d*v)^(m + n
), x], x] /; FreeQ[{a, b, c, d, m, n}, x] && EqQ[b*c - a*d, 0] && GtQ[b/d, 0] &&  !(IntegerQ[m] || IntegerQ[n]
)

Rubi steps

\begin {align*} \int \sqrt {2+4 x^2} \sqrt {3+6 x^2} \, dx &=\sqrt {\frac {2}{3}} \int \left (3+6 x^2\right ) \, dx\\ &=\sqrt {6} x+2 \sqrt {\frac {2}{3}} x^3\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 15, normalized size = 0.75 \begin {gather*} \sqrt {6} \left (\frac {2 x^3}{3}+x\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[Sqrt[2 + 4*x^2]*Sqrt[3 + 6*x^2],x]

[Out]

Sqrt[6]*(x + (2*x^3)/3)

________________________________________________________________________________________

IntegrateAlgebraic [F]  time = 0.04, size = 0, normalized size = 0.00 \begin {gather*} \int \sqrt {2+4 x^2} \sqrt {3+6 x^2} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

IntegrateAlgebraic[Sqrt[2 + 4*x^2]*Sqrt[3 + 6*x^2],x]

[Out]

Defer[IntegrateAlgebraic][Sqrt[2 + 4*x^2]*Sqrt[3 + 6*x^2], x]

________________________________________________________________________________________

fricas [B]  time = 0.91, size = 38, normalized size = 1.90 \begin {gather*} \frac {{\left (2 \, x^{3} + 3 \, x\right )} \sqrt {6 \, x^{2} + 3} \sqrt {4 \, x^{2} + 2}}{3 \, {\left (2 \, x^{2} + 1\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((4*x^2+2)^(1/2)*(6*x^2+3)^(1/2),x, algorithm="fricas")

[Out]

1/3*(2*x^3 + 3*x)*sqrt(6*x^2 + 3)*sqrt(4*x^2 + 2)/(2*x^2 + 1)

________________________________________________________________________________________

giac [A]  time = 0.57, size = 17, normalized size = 0.85 \begin {gather*} \frac {1}{3} \, \sqrt {3} \sqrt {2} {\left (2 \, x^{3} + 3 \, x\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((4*x^2+2)^(1/2)*(6*x^2+3)^(1/2),x, algorithm="giac")

[Out]

1/3*sqrt(3)*sqrt(2)*(2*x^3 + 3*x)

________________________________________________________________________________________

maple [C]  time = 0.00, size = 38, normalized size = 1.90 \begin {gather*} \frac {\left (2 x^{2}+3\right ) \sqrt {4 x^{2}+2}\, x}{\sqrt {6 x^{2}+3}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((4*x^2+2)^(1/2)*(6*x^2+3)^(1/2),x)

[Out]

1/3*x*(2*x^2+3)*(4*x^2+2)^(1/2)*(6*x^2+3)^(1/2)/(2*x^2+1)

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \sqrt {6 \, x^{2} + 3} \sqrt {4 \, x^{2} + 2}\,{d x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((4*x^2+2)^(1/2)*(6*x^2+3)^(1/2),x, algorithm="maxima")

[Out]

integrate(sqrt(6*x^2 + 3)*sqrt(4*x^2 + 2), x)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.05 \begin {gather*} \int \sqrt {4\,x^2+2}\,\sqrt {6\,x^2+3} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((4*x^2 + 2)^(1/2)*(6*x^2 + 3)^(1/2),x)

[Out]

int((4*x^2 + 2)^(1/2)*(6*x^2 + 3)^(1/2), x)

________________________________________________________________________________________

sympy [A]  time = 3.43, size = 17, normalized size = 0.85 \begin {gather*} \frac {2 \sqrt {6} x^{3}}{3} + \sqrt {6} x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((4*x**2+2)**(1/2)*(6*x**2+3)**(1/2),x)

[Out]

2*sqrt(6)*x**3/3 + sqrt(6)*x

________________________________________________________________________________________